File: n_compressorobject.sru
Size: 370
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension CompressorObject class
forward
global type n_compressorobject from pfc_n_compressorobject
end type
end forward

global type n_compressorobject from pfc_n_compressorobject
end type
global n_compressorobject n_compressorobject

on n_compressorobject.create
call super::create
end on

on n_compressorobject.destroy
call super::destroy
end on